        Name: sqlite3odbc
     Purpose: Port of SQLite driver for SQLite3

This is version 0.67 of the SQLite3 database driver. 


Installation
------------
The driver directory contains the driver which should be installed using
ODBCMan.


odbc/ini and odbcinst/ini files
-------------------------------
These files contain example entries for the odbc/ini and odbcinst/ini files.

These files can be configured using ODBCMan but the entries supplied here
are to give you an idea of what is needed to get basic connectivity up
and running.


sqlite3
-------
The sqlite3 command line tool is provided here to enable databases to
be created. Full documentation is available on the SQLite site at
http://www.sqlite.org


Building
--------
Requirements: Acorn C compiler
              Acorn libfile
              Acorn C library (32 bit)
              Rink
              TCPIPLibs (32 bit)
              CLibSupport
              SQLite3 library

TCPIPLibs and rink need to be available to compile this. The resulting
files are placed into the driver shared resource, !ODBC.drivers.sqlite3odbc.
